Visual Basic (Declaration) | |
---|---|
Public Overloads Function CreateKey( _ ByVal salt As Salt, _ ByVal iv() As Byte _ ) As AESCryptoKey |
C# | |
---|---|
public AESCryptoKey CreateKey( Salt salt, byte[] iv ) |
Parameters
- salt
- iv
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
PasswordKey ClassPasswordKey Members
Overload List
Salt
AESCryptoKey